home *** CD-ROM | disk | FTP | other *** search
- This programm uses the ixemul.library which
- is (c) 1991-92 by Markus Wild <wild@nessie.cs.id.ethz.ch>
-
- ixemul.library is a shared C library and is subject to the COPYING.LIB
- file. You can get the full distribution for gcc for example from
- prep.ai.mit.edu, the source for the library and an amiga version of gcc
- is available for example from amiga.physik.unizh.ch [130.60.80.80].
-
- Running ixemul.library with 1.3
- ===============================
-
- ixemul.library should still work under 1.3. Things that won't work
- currently are programs using vfork().
-
- ixemul.library needs mathieeesingbas.library, if the library is not
- available, ixemul functions that would require functions from
- mathieeesingbas.library are instead rerouted to a function that just
- displays a requester telling you that you'd need mathieeesingbas.library
- to use that function, and then aborts the program.
- Mathieeesingbas.library implements single precision IEEE floating point
- arithmetics, used to implement the `float' data type in gcc. It comes in
- the ROMs of 2.x equipped machines, and is available as a disk-loadable
- library for 1.3 from Commodore. ixemul.library also needs arp.library and
- mathieeedoubtrans.library.
-
-
- ixconfig
- ========
-
- ixconfig changes the behavior of programms which use ixemul.library.
-
- ixconfig [-d|-a|-b N|-f|-.|-/|-m N|-r N|-s|-w|-x]
- -d reset values to defaults
- -a full AmigaDOS mode, no ./ translations
- -b N N physical block map into 1 logical (stdio) block
- -f don't accept AmigaDOS notation
- -i ignore global environment (ENV:)
- -. translate . and ..
- -/ translate /foo -> foo: and a//b -> a/b
- -l translate contents of symbolic links
- -m N files upto N bytes are cached in memory
- -r N set red zone size to N bytes. 0 disables.
- -s sleep, don't return.
- -w enable stack watcher
- -x disable stack watcher
-
-
- README.1ST This file
- bin/ixconfig conigure path, time, stack, cache
- libs/ixemul.library shared library
- libs/COPYING.LIB Copy Licence for the library
-